GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-25T12:02:34.65189+00:00",
"SubmitDate": "2026-06-25T12:02:34.65189+00:00",
"ReportPeriodStart": "2026-06-25T12:02:34.65189+00:00",
"ReportPeriodEnd": "2026-06-25T12:02:34.65189+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "215ebd17-f40d-4020-9fbc-9c2c4d15c5da",
"Rows": [
{
"ItemId": "2557926e-6097-48f3-a279-fb8a96dac24b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2557926e-6097-48f3-a279-fb8a96dac24b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "215ebd17-f40d-4020-9fbc-9c2c4d15c5da",
"Rows": [
{
"ItemId": "2557926e-6097-48f3-a279-fb8a96dac24b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2557926e-6097-48f3-a279-fb8a96dac24b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b301543c-8480-4c2d-928d-db8b6a553623",
"7639fa4c-5c06-4f8d-8dc6-9a20691a52cf"
],
"Approvers": [
"1046bd08-f842-44d2-af0a-99529adba47b",
"a7d8d72c-4939-40d0-9851-02b0813c5e7e"
],
"ApprovedBy": "9c5b8ac4-6ceb-4562-9c34-349c4d400148",
"ApprovalDate": "2026-06-25T12:02:34.65189+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5977ae88-d47e-4929-bc8f-1234996a2ec2",
"id": "1efccdda-4744-44e6-ab52-89e2c4d4c4d3",
"ConfigId": "fa5b831f-727c-4840-ad9a-859de92d36f6"
},
{
"GenerationDate": "2026-06-25T12:02:34.65189+00:00",
"SubmitDate": "2026-06-25T12:02:34.65189+00:00",
"ReportPeriodStart": "2026-06-25T12:02:34.65189+00:00",
"ReportPeriodEnd": "2026-06-25T12:02:34.65189+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "215ebd17-f40d-4020-9fbc-9c2c4d15c5da",
"Rows": [
{
"ItemId": "2557926e-6097-48f3-a279-fb8a96dac24b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2557926e-6097-48f3-a279-fb8a96dac24b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "215ebd17-f40d-4020-9fbc-9c2c4d15c5da",
"Rows": [
{
"ItemId": "2557926e-6097-48f3-a279-fb8a96dac24b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2557926e-6097-48f3-a279-fb8a96dac24b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b301543c-8480-4c2d-928d-db8b6a553623",
"7639fa4c-5c06-4f8d-8dc6-9a20691a52cf"
],
"Approvers": [
"1046bd08-f842-44d2-af0a-99529adba47b",
"a7d8d72c-4939-40d0-9851-02b0813c5e7e"
],
"ApprovedBy": "9c5b8ac4-6ceb-4562-9c34-349c4d400148",
"ApprovalDate": "2026-06-25T12:02:34.65189+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5977ae88-d47e-4929-bc8f-1234996a2ec2",
"id": "1efccdda-4744-44e6-ab52-89e2c4d4c4d3",
"ConfigId": "fa5b831f-727c-4840-ad9a-859de92d36f6"
}
]